home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / a_utils / ffccflow / ffccflow.lha / ffccc+flow / ffccc / CFLAGS.h < prev    next >
Encoding:
Text File  |  1992-07-31  |  2.1 KB  |  51 lines

  1. *IF DEF,NEVER   
  2. *-----------------------------------------------------------------------
  3. * +++++++++++++++++++++++++ action flags - as listed
  4. *  1      make namelist/routine 
  5. *  2      make global namelist  
  6. *  3      print illegal statements  
  7. *  4      print changed statements  
  8. *  5      print filtered statements 
  9. *  6      print all statements  
  10. *  7      write changed statements only on output file  
  11. *  8      write filtered on output file 
  12. *  9      write all on output file  
  13. * 10      take first name only in statement 
  14. * 11      convert hollerith to quotes   
  15. * 12      string replacement requested  
  16. * 13      resequence statement numbers  
  17. * 14      FORMAT to end of routine  
  18. * 15      name replacements requested   
  19. * 16      routine filters given 
  20. * 17      class filters given   
  21. * 18      name filters given
  22. * 19      string filters given  
  23. * 20      type variables
  24. * 21      indent
  25. * 22      USER command given
  26. * 23      compressed output file requested  
  27. * 24      COMMON block option (signal unused and used C.B.) 
  28. * 25      print namelist / routine  
  29. * 26      print global namelist 
  30. * 27      print COMMON block and variable usage 
  31. * 28      adjust GOTO to the right  
  32. * 29      write tree output file on unit 13 
  33. * +++++++++++++++++++++++++ status flags - as listed
  34. *  1      no more lines on input
  35. *  2      no more lines to process  
  36. *  3      illegal stmnt. detected in EXTRAC (unclosed string, or
  37. *         illegal character '{', '}'  ).
  38. *  4      end of program due to time limit  
  39. *  5      currently buffered routine without end (split)
  40. *  6      currently buffered routine continuation (split)   
  41. *  7      current routine filtered  
  42. *  8      last filter passed
  43. *  9      routine header still to be printed
  44. * 10      statement still to be printed 
  45. * 11      statement cannot be changed (length overflow,or illegal repl.)
  46. * 12      c.b. name list overflow in PROCOM, discard current routine
  47. * 13      true when equiv. groups and commons have been merged (PROCOM) 
  48. * 14      true when current routine is a SUBROUTINE 
  49. *-----------------------------------------------------------------------
  50. *EI 
  51.